home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Documents
/
OOPClass
/
Examples
/
DrawTests
/
Composite
/
CompView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-12
|
422 b
|
25 lines
/* Generated by Interface Builder */
#import "MouseView.h"
#import <appkit/appkit.h>
@interface CompView:MouseView
{
int compType;
id sqImage,bgImage;
float sqSide, backgroundGray;
float xOffset, yOffset;
NXRect sqRect,oldRect,bgRect;
NXPoint currentPoint,oldPoint;
}
- (float)backgroundGray;
- takeBackgroundGrayFrom:sender;
- moveSquare;
- setSqImage;
- setBgImage;
- compositeType:sender;
@end